Traverse this Node and all its descendants in a top-down left to right manner while applying the visitor at each Node.
See Implementation
Traverse this Node and all its descendants in a top-down left to right manner while applying the visitor at each Node.